#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 925px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: visible;
}

#OverviewPicture{
	position: absolute;
	top: 390px;
	left: 300px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.InLabDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}



.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#990000;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
}

#SimpleDirections{
	position: absolute;
	top: 250px;
	left: 0px;
	width: 920px;
	text-align: center;
}

#StartPulse{
	position: absolute;
	left: 420px;
	top: 120px;
	width: 75px;
	height: 150px;
	
}


.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{

}

.ControlButton{
	width: 44px;
	height: 100px;
	top: 180px;

}

.SliderControlButton{
	width: 80px;
	height: 75px;
	top: 25px;
}

#Invert1{
	position: absolute;
	left: 20px;
	top: 25px;
	width: 55px;
	height: 75px;
	
}

#Invert2{
	position: absolute;
	left: 845px;
	top: 25px;
	width: 55px;
	height: 75px;

}

#Sine1{
	position: absolute;
	left:90px;
}

#Square1{
	position: absolute;
	left:190px;
}

#Triangle1{
	position: absolute;
	left:290px;
}

#FrequencyDown{
	position: absolute;
	left:75px;
}

#FrequencyUp{
	position: absolute;
	left:125px;
}

#NumberDown{
	position: absolute;
	left:185px;
}

#NumberUp{
	position: absolute;
	left:235px;
}

#AmpDown{
	position: absolute;
	left:295px;
}

#AmpUp{
	position: absolute;
	left:345px;
}

#Sine2{
	position: absolute;
	left:550px;
}

#Square2{
	position: absolute;
	left:650px;
}

#Triangle2{
	position: absolute;
	left:750px;
}

#FrequencyDown2{
	position: absolute;
	left:535px;
}

#FrequencyUp2{
	position: absolute;
	left:585px;
}

#NumberDown2{
	position: absolute;
	left:645px;
}

#NumberUp2{
	position: absolute;
	left:695px;
}

#AmpDown2{
	position: absolute;
	left:755px;
}

#AmpUp2{
	position: absolute;
	left:805px;
}

#AutoSlow{
	position: absolute;
	left: 0px;
	top: 500px;
	width: 150px;
	height: 70px;
	padding-top: 30px;
	visibility: hidden;	
}

#GhostImage{
	position: absolute;
	right: 0px;
	top: 500px;
	width: 150px;
	height: 70px;
	padding-top: 30px;
	visibility: hidden;	
}

#ShowGrid{
	position: absolute;
	left: 0px;
	top: 400px;
	width: 150px;
	height: 60px;
	padding-top: 40px;
	visibility: hidden;
	
}

#PauseTime{
	position: absolute;
	left: 400px;
	top: 500px;
	width: 100px;
	height: 100px;
	visibility: hidden;
	
}

#BigStepForward{
	position: absolute;
	left: 500px;
	top: 500px;
	width: 100px;
	height: 100px;
	visibility: hidden;
}

#BigStepBack{
	position: absolute;
	left: 300px;
	top: 500px;
	width: 100px;
	height: 100px;
	visibility: hidden;
}

#LittleStepForward{
	position: absolute;
	left: 600px;
	top: 500px;
	width: 100px;
	height: 100px;
	visibility: hidden;
}

#LittleStepBack{
	position: absolute;
	left: 200px;
	top: 500px;
	width: 100px;
	height: 100px;
	visibility: hidden;
}

#ControlArea{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 930px;
	height: 350px;
}

